home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / packages / AppMainFormU.dfm / AppMainFormU.txt
Encoding:
Text File  |  1999-05-04  |  1.3 KB  |  61 lines

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsSingle
  5.   Caption = 'Main Form'
  6.   ClientHeight = 257
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   Position = poDefaultPosOnly
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 241
  24.     ActivePage = Sheet1
  25.     TabOrder = 0
  26.     TabStop = False
  27.     object Sheet1: TTabSheet
  28.       Caption = '&Original Stuff'
  29.       object BtnShowExtensibleForm: TButton
  30.         Left = 16
  31.         Top = 20
  32.         Width = 241
  33.         Height = 181
  34.         Caption = '&Show Extensible Form'
  35.         TabOrder = 0
  36.         OnClick = BtnShowExtensibleFormClick
  37.       end
  38.     end
  39.   end
  40.   object MainMenu: TMainMenu
  41.     Left = 24
  42.     Top = 16
  43.     object MnuFile: TMenuItem
  44.       Caption = '&File'
  45.       object MnuLoadModule: TMenuItem
  46.         Caption = '&Load Module...'
  47.         ShortCut = 16460
  48.         OnClick = MnuLoadModuleClick
  49.       end
  50.       object N1: TMenuItem
  51.         Caption = '-'
  52.       end
  53.       object MnuExit: TMenuItem
  54.         Caption = 'E&xit'
  55.         ShortCut = 32856
  56.         OnClick = MnuExitClick
  57.       end
  58.     end
  59.   end
  60. end
  61.